home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_0399 / 310 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  822 b 

  1. Date: Tue, 15 Jun 93 10:06:27 -0700
  2. From: ersmith@netcom.com (Eric R. Smith)
  3. Message-Id: <9306151706.AA23071@netcom.netcom.com>
  4. To: dsb@cs.duke.edu, mint@terminator.rs.itd.umich.edu
  5. Subject: Re:  Bus error -- core dumped
  6.  
  7. >Now, the signal dispatch table is (I assume) part of the process's state
  8. >information, and MiNT knows which process died, so it should have enough
  9. >information to invoke my signal handler.  So why doesn't it?
  10.  
  11. Because of a bug in MiNT 0.95. I can't remember when this was fixed;
  12. it may work correctly in 1.05, and certainly will in 1.06.
  13.  
  14. Note that it is not possible to return from a SIGBUS error handler,
  15. although longjmp()ing out of it should work. (Returning will restart
  16. the offending instruction on a 68030, causing another bus error, and
  17. will produce unpredictable results on a 68000.)
  18.  
  19. Eric
  20.